RuleActionsSendSMSAlertToRecipients Property |
Indicates the mobile phone numbers to which a Short Message Service (SMS) alert is to be sent.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Mailbox> SendSMSAlertToRecipients { get; }Public ReadOnly Property SendSMSAlertToRecipients As IList(Of Mailbox)
Get
Property Value
Type:
IListMailboxThe send SMS alert to recipients.
See Also